home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / nation table panel.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.1 KB  |  30 lines

  1. <panel title="Nation Table Panel" save_current_state="true">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="top, extend"/>
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  5.  
  6.     <container>
  7.         <layout class="arrange_horizontal_attachment" alignment="left, extend"/>
  8.         <layout class="fit_children_attachment" alignment="vertical"/>
  9.         <widget class="label" text="Continent:" auto_size="all">
  10.             <layout class="centre_in_parent_attachment" alignment="vertical"/>
  11.         </widget>
  12.         <widget class="popup_button" id="cflt" sele="cflt" hint="Continent filter" auto_size="vertical">
  13.             <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  14.         </widget>
  15.     </container>
  16.  
  17.     <widget class="table" id="natn" mode="keyboard" fixed_rows="1" auto_size_rows="true" layout="32, -1">
  18.         <list id="column_properties">
  19.             <record index="0">
  20.                 <flags id="alignment" value="left, centre_y"/>
  21.             </record>
  22.  
  23.             <record index="1">
  24.                 <flags id="icon_alignment" value="left"/>
  25.                 <integer id="display_format" value="0"/>            
  26.             </record>
  27.         </list>
  28.     </widget>
  29.  
  30. </panel>